Undocumented functions of NTDLL

2OOO, 14 December


RtlUnlockHeap
RtlUnlockHeap

NTSYSAPI 
BOOLEAN
NTAPI

RtlUnlockHeap(
IN PVOID HeapHandle );



HeapHandle
Address of heap.

See RtlLockHeap for details.



Documented by:
Tomasz Nowak



Requirements:
Library: ntdll.lib


See also:
RtlCreateHeap
RtlLockHeap